.title1 {
  text-align: center;
}
.title1 h3 {
  font-size: 22px;
  font-weight: bold;
  color: #3862b9;
  line-height: 22px;
  margin-bottom: 20px;
}
.title1 h3 span {
  font-size: 16px;
}
.title1 h4 {
  font-size: 12px;
  letter-spacing: 8px;
  color: #666666;
}
/* banner S */
.fullSlide {
  width: 100%;
  position: relative;
  height: 600px;
  overflow: hidden;
}
.fullSlide .bd {
  height: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.fullSlide .bd ul {
  width: 100% !important;
}
.fullSlide .bd li {
  width: 100% !important;
  height: 600px;
  overflow: hidden;
  text-align: center;
}
.fullSlide .bd li a {
  display: block;
  height: 600px;
}
.fullSlide .hd {
  width: 100%;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 0;
  height: 40px;
  text-align: center;
}
.fullSlide .hd ul {
  text-align: center;
}
.fullSlide .hd ul li {
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  width: 58px;
  height: 15px;
  margin: 7px;
  border: 1px solid #fff;
  overflow: hidden;
  line-height: 99px;
  border-radius: 7px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.fullSlide .hd ul .on {
  border: 1px solid #fff;
  background: #3862b9;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.fullSlide .prev,
.fullSlide .next {
  width: 40px;
  height: 60px;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  z-index: 2;
  background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
  filter: alpha(opacity=30);
  -moz-opacity: .3;
  opacity: .3;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}
.fullSlide .prev {
  background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
  left: 10%;
}
.fullSlide .next {
  background-position: -6px -137px;
  right: 10%;
}
.pro {
  margin-top: 55px;
}
.pro .pro_menu {
  margin-top: 35px;
}
.pro .pro_menu .pro_menu_list {
  width: 1065px;
}
.pro .pro_menu .pro_menu_list > li {
  float: left;
  font-size: 16px;
  color: #333333;
  text-align: center;
  width: 114px;
  height: 26px;
  line-height: 26px;
  margin-right: 19px;
  margin-bottom: 10px;
  transition: all .5s;
}
.pro .pro_menu .pro_menu_list > li:hover {
  background-color: #3862b9;
  border-radius: 5px;
}
.pro .pro_menu .pro_menu_list > li:hover > a {
  color: #ffffff;
}
.pro .pro_menu .pro_menu_list > li > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pro .pro_menu > a {
  float: right;
  width: 131px;
  height: 34px;
  color: #666666;
  text-align: center;
  line-height: 34px;
  font-size: 18px;
  border-radius: 5px;
  border: solid 1px #cccccc;
}
.pro .pro_menu > a:hover {
  background: #3862b9;
  color: #fff;
}
.pro .pro_view {
  margin-top: 30px;
}
.pro .pro_view .pro_view_list > li {
  float: left;
  width: 276px;
  margin-right: 30px;
  transition: all .5s;
}
.pro .pro_view .pro_view_list > li:hover {
  transform: translateY(-5px);
}
.pro .pro_view .pro_view_list > li:hover .pro_txt h3 {
  border-bottom: 1px solid #3862b9;
}
.pro .pro_view .pro_view_list > li:hover .pro_txt h3 a {
  color: #3862b9;
}
.pro .pro_view .pro_view_list > li > a {
  display: block;
  width: 100%;
  height: 206px;
}
.pro .pro_view .pro_view_list > li > a > img {
  width: 100%;
  height: 100%;
}
.pro .pro_view .pro_view_list > li .pro_txt {
  width: 100%;
  height: 100px;
  background-color: #ffffff;
  overflow: hidden;
  box-shadow: 0px 5px 5px 0px rgba(236, 236, 236, 0.75);
}
.pro .pro_view .pro_view_list > li .pro_txt h3 {
  width: 256px;
  margin: 10px auto 14px;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #999999;
}
.pro .pro_view .pro_view_list > li .pro_txt h3 > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #333333;
}
.pro .pro_view .pro_view_list > li .pro_txt .pro_link {
  text-align: center;
}
.pro .pro_view .pro_view_list > li .pro_txt .pro_link > a {
  display: inline-block;
  width: 102px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #333333;
  font-size: 14px;
  padding-left: 35px;
  box-sizing: border-box;
  margin: 0 10px;
}
.pro .pro_view .pro_view_list > li .pro_txt .pro_link > a:nth-child(1) {
  background: url(../images/pro_ico1.png) 10px center no-repeat;
}
.pro .pro_view .pro_view_list > li .pro_txt .pro_link > a:nth-child(1):hover {
  color: #ffffff;
  background: url(../images/pro_ico1-2.png) 10px center no-repeat;
  background-color: #3862b9;
  border-radius: 4px;
}
.pro .pro_view .pro_view_list > li .pro_txt .pro_link > a:nth-child(2) {
  background: url(../images/pro_ico2.png) 10px center no-repeat;
}
.pro .pro_view .pro_view_list > li .pro_txt .pro_link > a:nth-child(2):hover {
  color: #ffffff;
  background: url(../images/pro_ico2-2.png) 10px center no-repeat;
  background-color: #3862b9;
  border-radius: 4px;
}
.pro .pro_view .pro_view_list > li:nth-child(4n) {
  margin-right: 0;
}
.ys {
  width: 100%;
  height: 986px;
  background-color: #e5f4ff;
  margin-top: 70px;
  padding-top: 52px;
  box-sizing: border-box;
}
.ys .ys_main .ys_content {
  margin-top: 40px;
}
.ys .ys_main .ys_content .ys_slide {
  position: relative;
}
.ys .ys_main .ys_content .ys_slide .ys_list > li .ys_top .ys_view {
  width: 700px;
  height: 374px;
}
.ys .ys_main .ys_content .ys_slide .ys_list > li .ys_top .ys_view > img {
  width: 700px;
  height: 374px;
}
.ys .ys_main .ys_content .ys_slide .ys_list > li .ys_top .ys_txt {
  width: 500px;
  height: 319px;
  background-color: #ffffff;
  padding: 30px 60px;
  box-sizing: border-box;
}
.ys .ys_main .ys_content .ys_slide .ys_list > li .ys_top .ys_txt h3 {
  font-size: 28px;
  font-weight: bold;
  color: #3862b9;
  line-height: 28px;
  margin-bottom: 25px;
}
.ys .ys_main .ys_content .ys_slide .ys_list > li .ys_top .ys_txt h4 {
  font-family: Arial;
  font-size: 30px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.ys .ys_main .ys_content .ys_slide .ys_list > li .ys_top .ys_txt h4 > span {
  margin-left: 73px;
  font-size: 22px;
  color: #333333;
  border-bottom: 1px solid #971119;
}
.ys .ys_main .ys_content .ys_slide .ys_list > li .ys_top .ys_txt h5 {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  padding-left: 20px;
  background: url(../images/ys_ico.png) left 15px no-repeat;
}
.ys .ys_main .ys_content .ys_slide .ys_list > li .ys_top .ys_txt > h5:nth-of-type(2) {
  margin-top: 10px;
}
.ys .ys_main .ys_content .ys_slide .ys_list > li .ys_botom .ys_view {
  position: relative;
  width: 700px;
  height: 374px;
}
.ys .ys_main .ys_content .ys_slide .ys_list > li .ys_botom .ys_view > img {
  position: absolute;
  right: 0;
  bottom: 55px;
  width: 100%;
  height: 100%;
}
.ys .ys_main .ys_content .ys_slide .ys_prev,
.ys .ys_main .ys_content .ys_slide .ys_next {
  position: absolute;
  width: 100px;
  height: 55px;
  cursor: pointer;
  top: 320px;
}
.ys .ys_main .ys_content .ys_slide .ys_prev {
  background: url(../images/ys_prev.png) center no-repeat #fff;
  left: 499px;
}
.ys .ys_main .ys_content .ys_slide .ys_next {
  right: 500px;
  background: url(../images/ys_next.png) center no-repeat #fff;
}
.zx {
  width: 100%;
  height: 158px;
  margin-top: -75px;
  background: url(../images/zx_bg.png) center no-repeat;
}
.zx .zx_main {
  text-align: center;
  overflow: hidden;
}
.zx .zx_main h3 {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 50px;
  line-height: 20px;
  margin-bottom: 16px;
}
.zx .zx_main h4 {
  width: 266px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 12px;
  position: relative;
}
.zx .zx_main h4::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -82px;
  width: 40px;
  height: 2px;
  background-color: #ffffff;
}
.zx .zx_main h4::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -82px;
  width: 40px;
  height: 2px;
  background-color: #ffffff;
}
.zx .zx_main a {
  display: block;
  width: 131px;
  height: 31px;
  line-height: 31px;
  margin: 35px auto 0;
  padding-left: 50px;
  color: #4c8dca;
  box-sizing: border-box;
  background: url(../images/zx_ico.png) 23px center no-repeat #ffffff;
  box-shadow: -3px -4px 5px 0px rgba(43, 111, 173, 0.3);
  border-radius: 4px;
  font-size: 14px;
}
.case {
  margin-top: 90px;
}
.case .case_view {
  margin-top: 40px;
}
.case .case_view .case_view_list li {
  width: 100%;
  height: 366px;
}
.case .case_view .case_view_list li > a {
  float: left;
  width: 701px;
  height: 366px;
}
.case .case_view .case_view_list li > a > img {
  width: 100%;
  height: 100%;
}
.case .case_view .case_view_list li .case_txt {
  width: 498px;
  height: 163px;
  margin-top: 101px;
  background-color: #ffffff;
  padding: 24px 40px 0;
  box-sizing: border-box;
  box-shadow: 3px 4px 5px 0px rgba(43, 111, 173, 0.3);
}
.case .case_view .case_view_list li .case_txt h3 {
  width: 100%;
  height: 20px;
  line-height: 20px;
  color: #3862b9;
  font-size: 18px;
  margin-bottom: 20px;
}
.case .case_view .case_view_list li .case_txt h3 > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #3862b9;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.case .case_view .case_view_list li .case_txt h4 {
  width: 100%;
  line-height: 25px;
  height: 50px;
  color: #666666;
  overflow: hidden;
  font-size: 14px;
}
.case .case_view .case_view_list li .case_txt > a {
  display: block;
  width: 140px;
  margin-top: 15px;
  color: #333333;
  font-size: 14px;
  margin-left: 280px;
  background: url(../images/case_more.png) right center no-repeat;
}
.case .case_hd {
  margin-top: 30px;
}
.case .case_hd .case_hd_list {
  text-align: center;
}
.case .case_hd .case_hd_list > li {
  display: inline-block;
  width: 9px;
  height: 9px;
  line-height: 100px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #6081c7;
  margin: 0 5px;
  cursor: pointer;
}
.about {
  width: 100%;
  height: 624px;
  margin-top: 75px;
  padding-top: 50px;
  box-sizing: border-box;
  background-color: #e5f4ff;
}
.about .ab_main {
  position: relative;
}
.about .ab_main .ab_view {
  width: 536px;
  height: 487px;
}
.about .ab_main .ab_view > img {
  width: 100%;
  height: 100%;
}
.about .ab_main .ab_txt {
  width: 590px;
}
.about .ab_main .ab_txt h3 {
  position: relative;
  font-family: Arial;
  font-size: 28px;
  line-height: 28px;
  color: #6484c7;
  margin-left: 435px;
}
.about .ab_main .ab_txt h3::after {
  position: absolute;
  content: "";
  width: 102px;
  height: 1px;
  left: -116px;
  top: 14px;
  background-color: #6483c7;
}
.about .ab_main .ab_txt h4 {
  color: #333333;
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 18px;
}
.about .ab_main .ab_txt h5 {
  font-size: 12px;
  letter-spacing: 20px;
  color: #333333;
  line-height: 16px;
  margin-bottom: 34px;
}
.about .ab_main .ab_txt > span {
  display: block;
  width: 100%;
  height: 1px;
  background: #a5adb2;
}
.about .ab_main .ab_txt .ab_list {
  margin-top: 36px;
}
.about .ab_main .ab_txt .ab_list > li {
  float: left;
  margin-right: 75px;
  transition: all .5s;
}
.about .ab_main .ab_txt .ab_list > li:hover {
  transform: translateY(-5px);
}
.about .ab_main .ab_txt .ab_list > li:hover h5 {
  color: #a3282a;
}
.about .ab_main .ab_txt .ab_list > li:hover h5 span {
  color: #a3282a;
}
.about .ab_main .ab_txt .ab_list > li h5 {
  color: #3862b9;
  font-size: 14px;
  line-height: 14px;
  transition: all .5s;
}
.about .ab_main .ab_txt .ab_list > li h5 > span {
  font-size: 38px;
  line-height: 38px;
  letter-spacing: 0px;
  font-weight: bold;
  color: #3862b9;
  transition: all .5s;
}
.about .ab_main .ab_txt .ab_list > li h6 {
  color: #333333;
  font-size: 16px;
  position: relative;
}
.about .ab_main .ab_txt .ab_list > li h6::after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: -63px;
  width: 64px;
  height: 1px;
  background: #cccccc;
}
.about .ab_main .ab_txt .ab_list > li:nth-child(4) {
  margin-right: 0;
}
.about .ab_main .ab_txt .ab_list > li:nth-child(4) h6::after {
  width: 0;
}
.about .ab_main .ab_cover {
  position: absolute;
  right: 0;
  bottom: -87px;
  width: 761px;
  height: 260px;
  background: #fff;
  padding: 40px 80px 0;
  box-sizing: border-box;
}
.about .ab_main .ab_cover h3 {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}
.about .ab_main .ab_cover h3 span {
  font-size: 20px;
  font-weight: bold;
  color: #3862b9;
  margin-left: 390px;
}
.about .ab_main .ab_cover > span {
  display: block;
  width: 41px;
  height: 5px;
  margin-top: 15px;
  background-color: #3862b9;
  margin-bottom: 20px;
}
.about .ab_main .ab_cover h5 {
  width: 100%;
  height: 120px;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  font-weight: bold;
  color: #333333;
}
.about .ab_main .ab_cover > a {
  display: block;
  width: 140px;
  margin-top: 5px;
  color: #333333;
  font-size: 14px;
  margin-left: 425px;
  background: url(../images/case_more.png) right center no-repeat;
}
.fc {
  margin-top: 90px;
}
.fc .fc_view {
  margin-top: 45px;
}
.fc .fc_view .fc_view_list > li {
  position: relative;
  float: left;
  width: 322px;
  height: 254px;
  margin-right: 2px;
  margin-bottom: 2px;
}
.fc .fc_view .fc_view_list > li:hover::before,
.fc .fc_view .fc_view_list > li:hover::after {
  width: 100%;
}
.fc .fc_view .fc_view_list > li:hover > a::before,
.fc .fc_view .fc_view_list > li:hover > a::after {
  height: 100%;
}
.fc .fc_view .fc_view_list > li:hover .fc_view_cover {
  height: 50px;
}
.fc .fc_view .fc_view_list > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #3862b9;
  z-index: 1;
  transition: all .5s;
}
.fc .fc_view .fc_view_list > li::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 3px;
  background: #3862b9;
  transition: all .5s;
}
.fc .fc_view .fc_view_list > li > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fc .fc_view .fc_view_list > li > a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 3px;
  height: 0;
  background: #3862b9;
  transition: all .5s;
}
.fc .fc_view .fc_view_list > li > a::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 3px;
  height: 0;
  background: #3862b9;
  transition: all .5s;
}
.fc .fc_view .fc_view_list > li > a > img {
  width: 100%;
  height: 100%;
  transition: all .5s;
}
.fc .fc_view .fc_view_list > li .fc_view_cover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  line-height: 50px;
  text-align: center;
  background: #3862b9;
  transition: all .5s;
}
.fc .fc_view .fc_view_list > li .fc_view_cover > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  color: #fff;
  font-size: 16px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.fc .fc_view .fc_view_list > li:nth-child(1) {
  width: 548px;
  height: 510px;
}
.news {
  width: 100%;
  height: 445px;
  margin-top: 75px;
  padding-top: 35px;
  box-sizing: border-box;
  background-color: #e5f4ff;
}
.news .news_main .news_content {
  margin-top: 40px;
}
.news .news_main .news_content .news_top {
  width: 100%;
  height: 136px;
  border-bottom: 1px dashed #fff;
}
.news .news_main .news_content .news_top .news_item {
  margin-right: 40px;
}
.news .news_main .news_content .news_top .news_item:hover .news_top_txt > a {
  color: #367ab9;
}
.news .news_main .news_content .news_top .news_item .news_view {
  width: 176px;
  height: 106px;
}
.news .news_main .news_content .news_top .news_item .news_view > a {
  display: block;
  width: 100%;
  height: 100%;
}
.news .news_main .news_content .news_top .news_item .news_view > a > img {
  width: 100%;
  height: 100%;
}
.news .news_main .news_content .news_top .news_item .news_top_txt {
  width: 384px;
  margin-left: 20px;
}
.news .news_main .news_content .news_top .news_item .news_top_txt > a {
  display: block;
  width: 100%;
  color: #333333;
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news .news_main .news_content .news_top .news_item .news_top_txt h4 {
  width: 100%;
  height: 60px;
  line-height: 30px;
  overflow: hidden;
  color: #666666;
  font-size: 14px;
}
.news .news_main .news_content .news_top .news_item:nth-child(2) {
  margin-right: 0;
}
.news .news_main .news_content .news_botm {
  margin-top: 30px;
}
.news .news_main .news_content .news_botm .news_botm_list > li {
  float: left;
  width: 380px;
  height: 40px;
  line-height: 40px;
  margin-right: 30px;
}
.news .news_main .news_content .news_botm .news_botm_list > li:hover > a {
  color: #165293;
  transform: translate(5px);
}
.news .news_main .news_content .news_botm .news_botm_list > li > a {
  float: left;
  width: 290px;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #333333;
  padding-left: 18px;
  box-sizing: border-box;
  background: url(../images/news_ico1.png) left center no-repeat;
}
.news .news_main .news_content .news_botm .news_botm_list > li span {
  float: right;
  font-size: 14px;
  color: #333333;
}
.news .news_main .news_content .news_botm .news_botm_list > li:nth-child(3n) {
  margin-right: 0;
}
.links {
  margin-top: 70px;
  background: url(../images/linksbg.jpg) center top no-repeat;
}
.links .linksBox {
  width: 1200px;
  margin: 0 auto;
  padding: 15px 0;
  line-height: 35px;
}
.links .linksBox:after {
  content: "";
  display: block;
  clear: both;
}
.links .tit {
  float: left;
  width: 90px;
  height: 35px;
  line-height: 35px;
  color: #03509a;
  font-size: 36px;
  font-weight: bold;
  margin-left: 268px;
}
.links .list {
  width: 832px;
  float: right;
  line-height: 35px;
  height: 35px;
  overflow: hidden;
}
.links .list a {
  display: inline-block;
  margin: 0 15px;
  font-size: 16px;
  color: #03509a;
}
.links .list a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.links .list a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
